Skip to content

[main] Upgrade to latest dependencies#3787

Merged
knative-prow[bot] merged 1 commit into
knative:mainfrom
knative-automation:auto-updates/update-deps-main
May 21, 2026
Merged

[main] Upgrade to latest dependencies#3787
knative-prow[bot] merged 1 commit into
knative:mainfrom
knative-automation:auto-updates/update-deps-main

Conversation

@knative-automation
Copy link
Copy Markdown
Contributor

Cron -dprotaso

/cc knative/func-approvers
/assign knative/func-approvers

Produced by: knative-extensions/knobots/actions/update-deps

@knative-automation knative-automation added the skip-review PR may be merged without full review. label May 19, 2026
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented May 19, 2026

@knative-automation: GitHub didn't allow me to request PR reviews from the following users: knative/func-approvers.

Note that only knative members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

Cron -dprotaso

/cc knative/func-approvers
/assign knative/func-approvers

Produced by: knative-extensions/knobots/actions/update-deps

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@knative-prow knative-prow Bot added the size/S 🤖 PR changes 10-29 lines, ignoring generated files. label May 19, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.47%. Comparing base (aca4f21) to head (61a3d6a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3787      +/-   ##
==========================================
+ Coverage   51.23%   53.47%   +2.23%     
==========================================
  Files         200      200              
  Lines       23441    23441              
==========================================
+ Hits        12009    12534     +525     
+ Misses      10272     9654     -618     
- Partials     1160     1253      +93     
Flag Coverage Δ
e2e 33.72% <ø> (ø)
e2e go 29.66% <ø> (ø)
e2e node 25.96% <ø> (ø)
e2e python 30.00% <ø> (ø)
e2e quarkus 26.07% <ø> (ø)
e2e rust 25.54% <ø> (ø)
e2e springboot 24.21% <ø> (ø)
e2e typescript 26.06% <ø> (ø)
e2e-config-ci 26.78% <ø> (ø)
integration 15.77% <ø> (?)
unit macos-14 42.23% <ø> (ø)
unit macos-latest 42.23% <ø> (ø)
unit ubuntu-24.04-arm 42.54% <ø> (ø)
unit ubuntu-latest 43.10% <ø> (ø)
unit windows-latest 42.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 877822c to 27cff18 Compare May 19, 2026 14:14
@knative-prow knative-prow Bot added the lgtm 🤖 PR is ready to be merged. label May 20, 2026
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented May 20, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: knative-automation, lkingland

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow Bot added the approved 🤖 PR has been approved by an approver from all required OWNERS files. label May 20, 2026
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 27cff18 to 6a5a734 Compare May 20, 2026 14:09
@knative-prow knative-prow Bot removed the lgtm 🤖 PR is ready to be merged. label May 20, 2026
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented May 20, 2026

New changes are detected. LGTM label has been removed.

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 6a5a734 to 4dbb694 Compare May 21, 2026 02:03
@knative-prow knative-prow Bot added size/M 🤖 PR changes 30-99 lines, ignoring generated files. and removed size/S 🤖 PR changes 10-29 lines, ignoring generated files. labels May 21, 2026
@gauron99
Copy link
Copy Markdown
Contributor

/retest

@gauron99
Copy link
Copy Markdown
Contributor

ah the fix needs to be rebased 🤦

bumping golang.org/x/term 52b71d3...3c3e485:
  > 3c3e485 go.mod: update golang.org/x dependencies
bumping knative.dev/client/pkg 95c16c5...0e8c8cd:
  > 0e8c8cd upgrade to latest dependencies (# 2219)
  > 98e7919 upgrade to latest dependencies (# 2218)
  > bb0c61e upgrade to latest dependencies (# 2217)
bumping golang.org/x/sys f33a730...fb1facd:
  > fb1facd windows: avoid uint16 overflow in NewNTUnicodeString
  > 94ad893 windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressTable
  > 54fe89f cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
  > df7d5d7 unix: automatically remove container created by mkall.sh
  > 68a4a8e unix: avoid nil pointer dereference in Utime
  > 690c91f unix: add CPUSetDynamic for systems with more than 1024 CPUs
bumping golang.org/x/crypto 03ca0dc...b8a14a8:
  > b8a14a8 go.mod: update golang.org/x dependencies
  > 9d9d507 x509roots/fallback/bundle: fix bundle test with Go 1.27+
  > fd0b90d acme: include Problem in OrderError.Error
  > b9e5359 pbkdf2: turn into a wrapper for crypto/pbkdf2
  > cc0e4fc hkdf: forward Extract to the standard library
  > a8e9237 x509roots/fallback: update bundle
bumping knative.dev/pkg df317a5...91e8142:
  > 91e8142 Bump the k8s group with 5 updates (# 3355)
  > ac56179 Bump the golang-x group with 2 updates (# 3354)
bumping golang.org/x/mod 03901d3...643da9b:
  > 643da9b go.mod: update golang.org/x dependencies
  > ccc3cdf zip: include 'but content has correct sum' note in TestVCS
  > ab30318 zip: update zip hashes for new flate compression
bumping golang.org/x/text 8577a70...3ef517e:
  > 3ef517e go.mod: update golang.org/x dependencies
bumping k8s.io/api e8f0e9f...50571fb:
  > 50571fb Update dependencies to v0.35.5 tag
bumping golang.org/x/net a8d1fc1...b138e06:
  > b138e06 go.mod: update golang.org/x dependencies
  > 689f70a quic: fix wrong final size being used for RESET_STREAM frame
  > 208f306 http3: increase handshake timeout
  > 49810da http2: enable net/http wrapping when go >= 1.27
  > 5e11a5a quic: fix data race in streamForFrame
  > 8c63081 http2: use empty Transport rather than DefaultTransport in http2wrap
  > fc7b466 http2: add http2wrap test
  > 15c2cb1 http2: avoid overflowing 32-bit int when http2wrap enabled
  > 6465188 http2: add wrapped Server
  > 72f419a http2: add wrapped ClientConn
  > 4c78867 internal/http3: reject response headers with invalid characters in RoundTrip
  > 8512dfe internal/http3: make QPACK encoder automatically lowercase field names
  > 9d3d938 internal/http3: validate pseudo-header counts in server
  > 07f34bd internal/http3: make server reject connection-related headers
  > 324de93 internal/http3: modify server to reject headers containing invalid characters
  > 0a81d5a http2: add wrapped Transport.RoundTrip
  > c930746 http2: add shell of net/http-wrapping implementation
  > 89624e1 http2: move common server symbols into new files
  > af00b1e http2: move common transport symbols into new files
  > f34f375 http2: add server API tests
  > 0dd4bea webdav: add security considerations to package doc
  > 7301a20 http2: move some server test infrastructure into a common file
  > f70faea Revert "http2/hpack: prevent HeaderField from escaping during encoding"
  > a4ac1da http3: adjust HTTP/3 linknamed functions to return quic.Endpoint channels
  > 0c5a180 internal/http3: add TransportOpts argument to RegisterTransport
  > 6c6f714 http2/h2c: deprecate package
  > cd9d459 internal/httpcommon: reject :path with no absolute-path
  > 515a7a7 quic: fix source conn ID length check in packet parser
  > 8c4c965 idna: update from x/text, fix ToUnicode and all-ASCII xn-- labels
  > de747c4 quic: enforce connection ID limits in Initial packets
  > 88ddafc quic: avoid race in benchmarks
  > eeec9fa quic: fix race condition in fast-path reads
  > d7ffc5e quic: fix race condition in fast-path writes
  > cd64923 internal/http3: avoid data race for roundTripState.reqBody
bumping k8s.io/client-go d43aed2...906076c:
  > 906076c Update dependencies to v0.35.5 tag
bumping knative.dev/serving a4e653b...42d556e:
  > 42d556e upgrade to latest dependencies (# 16605)
bumping k8s.io/apiextensions-apiserver b0e553c...e5278bf:
  > e5278bf Update dependencies to v0.35.5 tag
bumping knative.dev/eventing fdfff0b...b4a23c8:
  > b4a23c8 [main] Upgrade to latest dependencies (# 9091)
  > 504f7e0 Fix outdated documentation: broken links, wrong paths, stale claims (# 9087)
  > 96ca1b2 Migrate from deprecated v1 Endpoints to discovery.k8s.io/v1 EndpointSlice (# 9032)
bumping k8s.io/apimachinery 475c941...475c941:
bumping k8s.io/apiserver 135139a...88f88ab:
  > 88f88ab Update dependencies to v0.35.5 tag

Signed-off-by: Knative Automation <automation@knative.team>
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 4dbb694 to 61a3d6a Compare May 21, 2026 14:23
@knative-prow knative-prow Bot merged commit 8111b6f into knative:main May 21, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved 🤖 PR has been approved by an approver from all required OWNERS files. size/M 🤖 PR changes 30-99 lines, ignoring generated files. skip-review PR may be merged without full review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants